home *** CD-ROM | disk | FTP | other *** search
/ WWW Studio 2004 / WWW Studio.iso / Serwisy / at40 / dane / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-02-10  |  3.1 KB  |  207 lines

  1. body {
  2.   background-color: #FFFFFF;
  3.   font-family: Verdana, Arial;
  4.   font-size: 9pt;
  5.   margin: 0px;
  6. }
  7.  
  8. table {
  9.   font-family: Verdana, Arial;
  10.   font-size: 9pt;
  11. }
  12.  
  13. a:link {
  14.   color: #0033CC;
  15.   text-decoration: underline;
  16. }
  17.  
  18. a:hover {
  19.   color: #CC00CC;
  20. }
  21.  
  22. a:active {
  23.   color: #FF0000;
  24.   text-decoration: underline;
  25. }
  26.  
  27. a:visited {
  28.   color: #006666;
  29.   text-decoration: underline;
  30. }
  31.  
  32. a img {
  33.   border-style: none;
  34. }
  35.  
  36. .big {
  37.   font-size: 14px;
  38.   color: #1E5177;
  39.   font-weight: bold;
  40. }
  41.  
  42. .contents {
  43.   background: url('images/design/g5.jpg') no-repeat;
  44.   font-family: Verdana, Arial;
  45.   font-size: 9pt;
  46.   padding-right: 8px;
  47.   padding-top: 8px;
  48.   background-repeat: no-repeat;
  49.   height: 100%;
  50.   text-align: justify;
  51.   vertical-align: top;
  52. }
  53.  
  54. .temat {
  55.   color: #000080;
  56.   font-family: Times;
  57.   font-size: 14px;
  58.   font-weight: bold;
  59.   font-style: underline;
  60. }
  61.  
  62. .names {
  63.   background-image: url('images/design/names.jpg');
  64.   color: #7C6843;
  65.   font-family: Verdana, Arial;
  66.   font-size: 8pt;
  67.   font-weight: bold;
  68.   font-style: italic;
  69.   padding-right: 18px;
  70.   width: 545px;
  71.   height: 27px;
  72.   text-align: right;
  73. }
  74.  
  75. .mini {
  76.   background-image: url('images/design/mm_tlo.png');
  77.   font-family: Verdana, Arial;
  78.   font-size: 10px;
  79.   padding-left: 34px;
  80.   padding-right: 65px;
  81. }
  82.  
  83. pre {
  84.   background-color: #EFEDED;
  85.   border-color: #333333;
  86.   border-style: solid;
  87.   border-width: 1px;
  88.   color: #000033;
  89.   font-family: Courier New, Courier;
  90.   font-size: 9pt;
  91.   margin-left: 16pt;
  92.   width: 505px;
  93. }
  94.  
  95. h1 {
  96.   font-family: Verdana, Arial;
  97.   font-size: 13pt;
  98.   font-style: italic;
  99.   font-weight: bold;
  100.   margin-left: 5px;
  101. }
  102.  
  103. h2 {
  104.   font-family: Tahoma, Arial;
  105.   font-size: 13pt;
  106.   font-weight: bold;
  107. }
  108.  
  109. h3 {
  110.   font-family: Verdana, Arial;
  111.   font-size: 10pt;
  112.   font-weight: bold;
  113. }
  114.  
  115. h4 {
  116.   font-family: Verdana, Arial;
  117.   font-weight: normal;
  118.   font-size: 10pt;
  119. }
  120.  
  121. .sig {
  122.   color: #666666;
  123.   font-style: italic;
  124. }
  125.  
  126. .cite {
  127.   color: #0000BB;
  128. }
  129.  
  130. .spisart {
  131.   font-size: 8pt;
  132.   margin-left: 32px;
  133.   margin-top: 0px;
  134. }
  135.  
  136. .datatable {
  137.   background-color: #F7F7E5;
  138.   border-left-style: solid;
  139.   border-top-style: solid;
  140.   border-color: #000000;
  141.   border-width: 1px;
  142. }
  143.  
  144. .datatable caption {
  145.   font-style: italic;
  146.   font-weight: bold;
  147.   text-align: center;
  148. }
  149.  
  150. .datatable td {
  151.   border-bottom-style: solid;
  152.   border-right-style: solid;
  153.   border-color: #000000;
  154.   border-width: 1px;
  155.   padding: 2px;
  156. }
  157.  
  158. .datatable th {
  159.   background-color: #EAEAC2;
  160.   border-bottom-style: solid;
  161.   border-right-style: solid;
  162.   border-color: #000000;
  163.   border-width: 1px;
  164.   font-weight: bold;
  165.   padding: 2px;
  166. }
  167.  
  168. .wstepniak {
  169.   font-size: 8pt;
  170.   vertical-align: top;
  171.   width: 50%;
  172. }
  173.  
  174. .button {
  175.   font-family: Verdana, Sans Serif;
  176.   font-size: 9pt;
  177.   color: #FFFFFF;
  178.   background-color: #324B72;
  179.   border: 1px dashed #324B72; 
  180. }
  181.  
  182. .edit {
  183.   font-family: Verdana, Sans Serif;
  184.   font-size: 8pt;
  185.   color: #000000;
  186.   background-color: #FEFEFE;
  187.   border: 1 dashed #324B72;
  188. }
  189.  
  190. .etat {
  191.   color: #FF0000;
  192.   font-weight: bold;
  193. }
  194.  
  195. .u {
  196.   text-decoration: underline;
  197. }
  198.  
  199. .wrap {
  200.   background: url('images/design/wrap.gif') no-repeat scroll center;
  201.   width: 12px;
  202.   height: 11px;
  203. }
  204.  
  205. acronym {
  206.   text-decoration: underline;
  207. }